html,ul,li,h2,h3,p,a,input,div,body,img,a{
	padding:0;
	margin:0;
	list-style-type:none;
	text-decoration: none;
	font-size:14px;
	line-height:1.8;
}
.work_main_content img{max-width:100%;}
a{color:#333;}
a:hover{color:#3e796b;}
*{
	font-family: "Microsoft YaHei";
}
input,button{
	outline: none;
	border:none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance:none;
}
.base{width:1200px;margin:0 auto;}

.header{
	width:100%;
	height:80px;
	background: #fff;
	position: fixed;
	top:0;
	left:0;
	z-index: 10;
}
.header_mainLeft{
	height:100%;
	float:left;
}
.header_mainLeft>div{
	float:left;
}
.header_mainLeft_logo{
	height:66px;
	margin:0 0 0 40px;
}
.header_mainLeft_logo>img{
	vertical-align: middle;margin-top: 10px;
}
.header_mainLeft_nav{
	float:right;
	height:100%;
}
.header_mainLeft_nav_ul{
	float:right;
	margin-right:8px;
}
.header_mainLeft_nav>ul>li{
	width:105px;
	float:left;
}
.header_mainLeft_nav_th{
	height:16px;
	line-height:15px;
	height:100%;
	padding:32px 0;
	margin:0 10px;
	font-size:14px;
	text-align: center;
}
.header_mainLeft_nav_th:hover{
	cursor: pointer;
}
#header_mainLeft_nav_sel{
	width:84px;
	color:#fff;
	background:#3e796b;
	background-clip: padding-box;
}
.header_mainRight{
	width:150px;
	height:100%;
	border-left:1px solid #d2d2d2;
	position: relative;
	float:right;
}
.header_mainRight>div{
	float:left;
}
.header_mainRight>div:hover{
	cursor: pointer;
}
.header_mainRight>div>img{
	width:32px;
	height:32px;
	padding:24px 0;
}
.header_mainRight_imgOne{
	margin-left:40px;
	margin-right:23px;
	display:None;
}
.header_mainRight_imgTwo{
	margin-left:23px;
}
#header_mainRight_wechat_qr{
	display: none;
	position: absolute;
	top:80px;
	right:50px;
	background:#fff;
	padding:10px;
	width:130px;
	height:130px;
	z-index: 5;
}
#header_mainRight_wechat_qr>img{
	width:100%;
	height:100%;
	padding:0;
}
#header_form{
	width:250px;
	height:50px;
	position: absolute;
	top:80px;
	right:0;
	background:#fff;
	z-index: 15;
	border:1px solid #d2d2d2;
	display: none;
}
#header_form_input{
	display: inline-block;
	width:143px;
	height:28px;
    line-height: 28px;
    color:#000;
    font-size:14px;
    border:1px solid #d2d2d2;
    border-radius: 8px;
    padding-left:5px; 
    margin:10px 0 10px 10px;
}
#header_form_button{
	width:50px;
	height:30px;
	line-height: 30px;
	color:#fff;
	text-align: center;
	font-size:14px;
	background:#3e796b;
	border-radius: 8px;
}
#header_form_button:hover{
	cursor: pointer;
	opacity: 0.8;
}
.pagePrevNext { margin: 30px auto 0; padding: 10px 6px; line-height: 28px; color: #666; border-top: 1px dashed #ccc; }
.pagePrevNext a { line-height: 28px; color: #555; }
.pagePrevNext a:hover { line-height: 28px; color: #333; }
.pagePrevNext span { display: block; height: 28px; }